InputPanel for WinForms | ComponentOne
C1.Win.4.5.2 Assembly / C1.Win.Collections.ObjectModel Namespace / ObservableDictionary<TKey,TValue> Class / TryGetValue Method

In This Topic
    TryGetValue Method (ObservableDictionary<TKey,TValue>)
    In This Topic
    Syntax
    'Declaration
     
    Public Function TryGetValue( _
       ByVal key As TKey, _
       ByRef value As TValue _
    ) As Boolean
    public bool TryGetValue( 
       TKey key,
       out TValue value
    )

    Parameters

    key
    value
    See Also